projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17923ef
)
(top-level): Load cal-loaddefs when compiling.
author
Glenn Morris
<rgm@gnu.org>
Tue, 11 Mar 2008 02:57:21 +0000
(
02:57
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 11 Mar 2008 02:57:21 +0000
(
02:57
+0000)
lisp/calendar/calendar.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/calendar.el
b/lisp/calendar/calendar.el
index 8c5c2ad63efcac4275eb1c97bb9fbf2289c215e3..7daf95b88c090f77d85e0ad8e6fe44c8e6e1bd91 100644
(file)
--- a/
lisp/calendar/calendar.el
+++ b/
lisp/calendar/calendar.el
@@
-93,8
+93,11
@@
;;; Code:
+;; (elisp) Eval During Compile: "Effectively `require' is
+;; automatically `eval-and-compile'" [but `load' is not]
+(eval-and-compile
+ (load "cal-loaddefs" nil 'quiet))
-(load "cal-loaddefs" nil 'quiet)
(require 'cal-menu)